assist: honor gitignore
authorJoey Hess <joeyh@joeyh.name>
Wed, 24 May 2023 18:04:09 +0000 (14:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 24 May 2023 18:04:09 +0000 (14:04 -0400)
Sponsored-by: Graham Spencer on Patreon
Command/Assist.hs
doc/bugs/git_annex_assist_adds_gitignored_files.mdwn

index fc6db063c7edbb10bc929f070e266d34bc941b8b..acf73f5f524977708acab0f93d441985ab94e9e5 100644 (file)
@@ -32,7 +32,7 @@ myseek o = startConcurrency transferStages $ do
                , Command.Add.batchOption = NoBatch
                , Command.Add.updateOnly = False
                , Command.Add.largeFilesOverride = Nothing
-               , Command.Add.checkGitIgnoreOption = CheckGitIgnore (False)
+               , Command.Add.checkGitIgnoreOption = CheckGitIgnore True
                , Command.Add.dryRunOption = DryRun False
                }
        waitForAllRunningCommandActions
index 91709333648d3372c47331b62ec1507606c362a9..30b1e4c213f1e10a81de682574a7c6a41fc6c17f 100644 (file)
@@ -35,3 +35,5 @@ local repository version: 10
 ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
 
 git-annex is awesome!
+
+> [[fixed|done]] --[[Joey]]